Use a release build with symbolic debug information 使用带符号(调试)信息的发布版本。
Generate symbolic debugging information character set 生成符号调试信息
Symbolic debugging information 符号调试信息
Symbolic debug info 符号侦错信息
Produces an . obj file containing full symbolic debugging information for use with the debugger 生成包含用于调试器的完整符号调试信息的. obj文件。
The release configuration of your program contains no symbolic debug information and is fully optimized 程序的“发布”配置被完全优化,不包含任何符号调试信息。
The debug configuration of your program is compiled with full symbolic debug information and no optimization 程序的“调试”配置用全部符号调试信息编译,不进行优化。
The symbolic debugging information includes the names and types of variables , as well as functions and line numbers 符号调试信息包括变量的名称和类型以及函数和行号。
When you use optimizations to create a release build , the compiler will not produce symbolic debugging information 当使用优化创建发布版本时,编译器不会产生符号调试信息。
Produces a program database that contains type information and symbolic debugging information for use with the debugger 产生包含用于调试器的类型信息和符号调试信息的程序数据库( pdb ) 。